Interface ARPEntry

All Superinterfaces:
IPCData
All Known Implementing Classes:
ARPEntryImpl

public interface ARPEntry extends IPCData
  • Method Details

    • getIpAddress

      IPAddress getIpAddress()
      Returns:
      IPAddress Returns a IPAddress
    • setIpAddress

      void setIpAddress(IPAddress ipAddress)
      Parameters:
      ipAddress - Takes in a parameter of ipAddress
    • getMacAddress

      MACAddress getMacAddress()
      Returns:
      MACAddress Returns a MACAddress
    • setMacAddress

      void setMacAddress(MACAddress macAddress)
      Parameters:
      macAddress - Takes in a parameter of macAddress
    • getPortName

      String getPortName()
      Returns:
      String Returns a String
    • setPortName

      void setPortName(String portName)
      Parameters:
      portName - Takes in a parameter of portName